home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / ccmd / cmgrp.cnf < prev    next >
Encoding:
Text File  |  1990-12-18  |  794 b   |  31 lines

  1. _
  2. _ Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3. _ the City of New York.  Permission is granted to any individual or
  4. _ institution to use, copy, or redistribute this software so long as it
  5. _ is not sold for profit, provided this copyright notice is retained.
  6. _
  7. _ Author: Howie Kaye
  8. _
  9.  
  10. /* groupname parse errors */
  11. fnerror(NM, `Does not match group name')
  12. fnerror(AMB,`ambiguous')
  13.  
  14. fnflag(WILD)                /* allow wild groups */
  15. fnflag(NOUPD)                /* defer update of group table */
  16.                     /* even if /etc/group has been  */
  17.                     /* updated */
  18. fnflag(UPDONLY)                /* forced update of group table */
  19.                     /* parse will fail. */
  20.                     /* allows table to updated with  */
  21.                     /* no parse done. */
  22.  
  23. #if unix
  24. #include <grp.h>
  25. #else
  26. struct group {
  27.   int x;
  28. };
  29. #endif
  30. pvtype(struct group **)_
  31.